home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / games_d / gnuchess.zip / CHANGELO < prev    next >
Text File  |  1990-06-29  |  6KB  |  135 lines

  1. Thu May 24 13:42:24 1990  Hans Eric Sandstr|m  (hes at baloo)
  2.     * Fixed a bug reported by Brian Wong (wong@cs.UAlberta.CA) in
  3.     ScoreKPK
  4.  
  5. Sat May  5 15:58:31 1990  Hans Eric Sandstr|m  (hes at baloo)
  6.     * extensive tests on MSDOS for 2 weeks and lots of changes:
  7.     Moved all flags to a special flag structure.
  8.     Added my own TODO file to the DOCUMENTATION.
  9.     Moved GetOpenings and parse from the *dsp.c files.
  10.     Made the transposition table enabled by default.
  11.     Some cleanup in the *dsp.c code.
  12.     Changed UpdateHashbd to a macro.
  13.  
  14. Wed Apr 18 16:38:30 1990  Hans-Erik Sandstr|m  (hes at tiamat)
  15.     * Removed unnessesary global variables:
  16.     (wking, bking, Enemyking, INCscore, slk, InChk, HasPawn,
  17.     Zwmtl, Zbmtl, lpost, KBNKsq) this should make the program more
  18.     readable.
  19.     * Added a mini transposition table to detect repetitions, this
  20.     means that repetition is called more seldom and should save some
  21.     time. The idea for this came from Benno Tietz
  22.     (tietz@eos.informatik.uni-bonn.de)
  23.  
  24. Thu Mar 29 02:49:00 1990  Thorsten Ohl at (td12@ddagsi3.bitnet)
  25.      * nuxdsp.c has been given an ANSI interface (tailored
  26.     after uxdsp.c as of Version 3.00 and a homegrown
  27.     ANSI interface created in January for Version 1.55).
  28.      *    uxdsp.c now understands ^C interrupts.
  29.      *    both nuxdsp.c and uxdsp.c support the graphic characters
  30.     of the IBM PC (can be disabled with -DSEVENBIT).
  31.     It's of course a matter of taste, but I think it looks
  32.     much better.
  33.      * I have added prototypes and a makefile for a **IX compatible
  34.     MS-DOS make (neither Turbo C or Microsoft C will understand
  35.     this!).
  36.      *    some formal parameters are not referenced. This is due to the
  37.     different display interfaces and no problem at all. Just for
  38.     aesthetic reasons I have shut up the compiler by incrementing
  39.     the unreferenced variables.
  40.      *    some longs are assigned to shorts and some shorts to unsigned chars.
  41.     I have introduced a cast in each case, all are o.k. (as far
  42.     as I can tell).
  43.  
  44. Thu Mar  8 09:11:28 1990  Hans-Erik Sandstr|m  (hes at orsa1)
  45.     * The persistent hash table seems to work now. There are still some
  46.     problems using it on a heterogenous network.
  47.  
  48. Sun Mar  4 14:44:44 1990  Hans Eric Sandstr|m  (hes at orsa)
  49.     * I am working on a persistent hash table. Currenly a 10Mb file
  50.     with 262144 entrys. Stuart just asked me to spilt the posdata
  51.     array to make gnuchess work better on a PC, so I did that.
  52.     I have also tried to properly fix the bug that caused gnuchess
  53.     to report mate prematurely. This, I hope, will also improve the
  54.     search.
  55.  
  56. Tue Feb 27 18:27:23 1990  Hans Eric Sandstr|m  (hes at davidson.log-sv.se)
  57.     * used protoize to make a function prototyped version of gnuchess.
  58.     this means that I have to use unprotoize before 'make distribution'
  59.     to make a more portable K&R version.
  60.     removed a ZeroTTable so now the hashtable is kept between moves.
  61.  
  62. Sat Feb 24 13:14:14 1990  Hans Eric Sandstr|m  (hes at orsa)
  63.     * Added a test to detect hash table collisions, define HASHTEST.
  64.     I also removed     the times calls since there is no sense in
  65.     measuring cpu time when    wallclock time is all that counts when
  66.     playing chess.
  67.  
  68. Fri Feb 23 17:25:37 1990  Hans Eric Sandstr|m  (hes at orsa)
  69.     * Compiled gnuchess with gcc1.37 -Wall and got lots of
  70.     implicit decaration warnings. Solved most of these by adding
  71.     external declarations in gnuchess.h.
  72.  
  73. Wed Feb 21 17:41:28 1990 Jouko Holopainen (jhol@tolsun.oulu.fi) 
  74.     * Contributed his code for ECO move entry (again!)
  75.     and a file ansidsp.c (A msdos port of uxdsp.c).
  76.     I(hes) started a merge of ansidsp.c and uxdsp.c.
  77.  
  78. February 8, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  79.     Changed the transpositon table to allow 65536 positions per player.
  80.     This means a 1.3 Mbyte hash table. Introduced simple rehashing. And
  81.     also made setting ttable 0 exclude all transposition code from
  82.     gnuchess (for machines with very little memory).
  83.  
  84.  
  85. February 3, 1990 -- Tom Vijlbrief (tnosoes!tom@nluug.n)
  86.     Contributed code to fix undo of promotions.
  87.     And a bugfix RMBLTY was to small.
  88.  
  89.  
  90. Januari 27, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  91.     Fixed nuxdsp.c to work with my changes (Saved games format)
  92.  
  93.  
  94. Januari 26, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  95.     Verified that the underpromotion routines works.
  96.     Found and fixed the bug that caused gnuchess to report mate
  97.     and draw prematurely.
  98.  
  99.  
  100. Januari 25, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  101.     Received the underpromotion additions from jhol@tolsun.oulu.fi
  102.     Made some optimizations in trapped and KingScan.
  103.     Added more comments on how to improve the search.
  104.     Added info on usage of the array Tree in post mode.
  105.     Changed the index in the transposition table to unsigned short to
  106.     allow a hash table of size 65536.
  107.  
  108.  
  109. Januari 11, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  110.     Formatted gnuchess according to GNU standards with indent.
  111.  
  112.  
  113. Januari 9, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  114.     Inserted a missing comma in KTHRT.
  115.     Removed mvstr1[5],mvstr2[5] from gnuchess.c, they are only used in the
  116.     user-interface routines uxdsp.c nondsp.c anyway.
  117.     Rewrote algbr to generate move strings for underpromotion.
  118.     (ph8k or h7h8k)
  119.     Some optimizations in CaptureList.
  120.     Changed row, column and locn to macros.
  121.     Made memset default and introduced a switch NOMEMSET for
  122.     computers without memset or where memset is a speed penality.
  123.     I tested this on:
  124.         Sparc        - no change
  125.         DECstation    - no change
  126.         Sun3/60        - 4% speed improvment.
  127.     Changed + to | in some bit-field manipulations.
  128.     Fixed the castle-with-moved-rook-bug, removed kingmoved and introduced
  129.     an array Mvboard to keep track on how many times we have moved from a
  130.     particular square.
  131.     Fixed the check for zero division in Time controls.
  132.     Added BINDIR and LIBDIR in the Makefile to set where gnuchess and
  133.     gnuchess.book gets installed.
  134.     All I have to do now is to test if all this works (-:
  135.